home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / RegAlyzer / regalyz.exe / {app} / RegAlyzer.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Text File  |  2005-12-13  |  3KB  |  143 lines

  1. object formAbout: TformAbout
  2.   Left = 397
  3.   Top = 384
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 273
  7.   ClientWidth = 409
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   DesignSize = (
  18.     409
  19.     273)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgPepiMK: TImage
  23.     Left = 8
  24.     Top = 134
  25.     Width = 69
  26.     Height = 99
  27.     Anchors = [akLeft, akBottom]
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Transparent = True
  31.   end
  32.   object labelCopyright: TLabel
  33.     Left = 8
  34.     Top = 240
  35.     Width = 305
  36.     Height = 17
  37.     Anchors = [akLeft, akRight, akBottom]
  38.     AutoSize = False
  39.     Caption = 'Copyright '#169' 2000-2005 Patrick M. Kolla / Safer Networking Ltd.'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsUnderline]
  45.     ParentFont = False
  46.   end
  47.   object labelCompanyName: TLabel
  48.     Tag = 1
  49.     Left = 104
  50.     Top = 32
  51.     Width = 185
  52.     Height = 23
  53.     Caption = 'Safer Networking Ltd.'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clNavy
  56.     Font.Height = -21
  57.     Font.Name = 'Times New Roman'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object labelProductName: TLabel
  63.     Tag = 1
  64.     Left = 128
  65.     Top = 44
  66.     Width = 202
  67.     Height = 54
  68.     Caption = 'RegAlyzer'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clMaroon
  71.     Font.Height = -48
  72.     Font.Name = 'Times New Roman'
  73.     Font.Style = [fsBold, fsItalic]
  74.     ParentFont = False
  75.     Transparent = True
  76.   end
  77.   object Label4: TLabel
  78.     Tag = 1
  79.     Left = 312
  80.     Top = 40
  81.     Width = 27
  82.     Height = 23
  83.     Anchors = [akLeft, akTop, akRight]
  84.     Caption = '1.2'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -21
  88.     Font.Name = 'Times New Roman'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object labelCopyright2: TLabel
  93.     Left = 8
  94.     Top = 256
  95.     Width = 305
  96.     Height = 17
  97.     Anchors = [akLeft, akRight, akBottom]
  98.     AutoSize = False
  99.     Caption = 'All rights reserved.'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsUnderline]
  105.     ParentFont = False
  106.   end
  107.   object bnOK: TButton
  108.     Left = 320
  109.     Top = 240
  110.     Width = 81
  111.     Height = 25
  112.     Anchors = [akRight, akBottom]
  113.     Caption = 'OK'
  114.     TabOrder = 0
  115.     OnClick = bnOKClick
  116.   end
  117.   object memoCredits: TMemo
  118.     Left = 96
  119.     Top = 136
  120.     Width = 305
  121.     Height = 97
  122.     BevelKind = bkFlat
  123.     BorderStyle = bsNone
  124.     Lines.Strings = (
  125.       'Credits go to: '
  126.       'Enrico Maria Biancarelli (suggestions, italian translation)'
  127.       'Andrey V. Sorokin (code for regular expressions)'
  128.       'Hevesi J'#225'nos (magyar translation)'
  129.       'Quan Qi Tang (chinese simplified translation)'
  130.       'liwk (chinese traditional translation)'
  131.       'nickW (french translation)'
  132.       'David (spanish translation)'
  133.       'Nelson A. H. de Carvalho (brazil translation)'
  134.       'Pep Isern (catalan translation)'
  135.       'Kristian Christensen (dansk translation)'
  136.       'Heppocrates Giakoumis (hellenic translation)'
  137.       'Bartosz Czerwinski (polski translation)')
  138.     ScrollBars = ssVertical
  139.     TabOrder = 1
  140.     WordWrap = False
  141.   end
  142. end
  143.